home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gASKPrompt, gASKReturn, gINNewUser, gSICDPath
- set gASKReturn to -1
- set gASKPrompt to gINNewUser
- SetCursor(#wait)
- set the fileName of window "new" to gSICDPath & "new"
- set the modal of window "new" to 1
- set the windowType of window "new" to 1
- set the visible of window "new" to 0
- set vRect to the rect of window "new"
- set vLeft to the stageLeft + 320 - (getAt(vRect, 3) / 2)
- set vRight to vLeft + getAt(vRect, 3)
- set vTop to the stageTop + 240 - (getAt(vRect, 4) / 2)
- set vBottom to vTop + getAt(vRect, 4)
- set the rect of window "new" to rect(vLeft, vTop, vRight, vBottom)
- open(window "new")
- SetCursor(#normal)
- end
-